home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / alib / csup / graphics_support / setrpattrs.c < prev    next >
C/C++ Source or Header  |  1994-02-19  |  278b  |  18 lines

  1.  
  2. /* Graphics tag call */
  3.  
  4. #include <exec/types.h>
  5. #include <clib/graphics_protos.h>
  6.  
  7. #ifndef HYPER
  8. #define HYPER
  9. #endif
  10.  
  11. typedef struct TagItem     TagItem;
  12.  
  13. void 
  14. HYPER ## SetRPAttrs( struct RastPort *rp, unsigned long tag1Type, ... )
  15. {
  16.     SetRPAttrsA(rp, (TagItem *)&tag1Type );
  17. }
  18.